home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3s / wmemstring.z / wmemstring
Encoding:
Text File  |  2002-10-03  |  6.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4. wwwwmmmmeeeemmmmssssttttrrrriiiinnnngggg((((3333SSSS))))                                                  wwwwmmmmeeeemmmmssssttttrrrriiiinnnngggg((((3333SSSS))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      _wwww_mmmm_eeee_mmmm_ssss_tttt_rrrr_iiii_nnnn_gggg: _wwww_mmmm_eeee_mmmm_cccc_hhhh_rrrr, _wwww_mmmm_eeee_mmmm_cccc_mmmm_pppp, _wwww_mmmm_eeee_mmmm_cccc_pppp_yyyy, _wwww_mmmm_eeee_mmmm_mmmm_oooo_vvvv_eeee, _wwww_mmmm_eeee_mmmm_ssss_eeee_tttt - wide character
  10.      array functions
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      _####_iiii_nnnn_cccc_llll_uuuu_dddd_eeee _<<<<_wwww_cccc_hhhh_aaaa_rrrr_...._hhhh_>>>>
  14.      _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_wwww_mmmm_eeee_mmmm_cccc_hhhh_rrrr _((((_cccc_oooo_nnnn_ssss_tttt _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_ssss_,,,, _wwww_cccc_hhhh_aaaa_rrrr______tttt _cccc_,,,, _ssss_iiii_zzzz_eeee______tttt _nnnn_))))_;;;;
  15.      _iiii_nnnn_tttt _wwww_mmmm_eeee_mmmm_cccc_mmmm_pppp _((((_cccc_oooo_nnnn_ssss_tttt _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_ssss_1111_,,,, _cccc_oooo_nnnn_ssss_tttt _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_ssss_2222_,,,, _ssss_iiii_zzzz_eeee______tttt _nnnn_))))_;;;;
  16.      _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_wwww_mmmm_eeee_mmmm_cccc_pppp_yyyy _((((_wwww_cccc_hhhh_aaaa_rrrr______tttt _****_ssss_1111_,,,, _cccc_oooo_nnnn_ssss_tttt _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_ssss_2222_,,,, _ssss_iiii_zzzz_eeee______tttt _nnnn_))))_;;;;
  17.      _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_wwww_mmmm_eeee_mmmm_mmmm_oooo_vvvv_eeee _((((_wwww_cccc_hhhh_aaaa_rrrr______tttt _****_ssss_1111_,,,, _cccc_oooo_nnnn_ssss_tttt _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_ssss_2222_,,,, _ssss_iiii_zzzz_eeee______tttt _nnnn_))))_;;;;
  18.      _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_wwww_mmmm_eeee_mmmm_ssss_eeee_tttt _((((_wwww_cccc_hhhh_aaaa_rrrr______tttt _****_ssss_,,,, _cccc_oooo_nnnn_ssss_tttt _wwww_cccc_hhhh_aaaa_rrrr______tttt _cccc_,,,, _ssss_iiii_zzzz_eeee______tttt _nnnn_))))_;;;;
  19.  
  20.  
  21. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.      The _wwww_mmmm_eeee_mmmm_cccc_hhhh_rrrr function finds the location of the first occurrence of _c wide
  23.      character in the initial _n wide characters of the wide character string
  24.      object pointed to by _s. The function returns a pointer to the located
  25.      wide character, or it returns a null pointer if it does not encounter the
  26.      wide character in the wide character string object.
  27.  
  28.      The _wwww_mmmm_eeee_mmmm_cccc_mmmm_pppp function compares the first _n wide characters of the wide
  29.      character string object pointed to by _s_1 to the first _n wide characters
  30.      of the wide character string object pointed to by _s_2. The function
  31.      returns an integer greater than, equal to, or less than zero, accordingly
  32.      as the wide character string object pointed to by _s_1 is greater than,
  33.      equal to, or less than the wide character string object pointed to by _s_2.
  34.  
  35.      The _wwww_mmmm_eeee_mmmm_cccc_pppp_yyyy function copies _n wide characters from the wide character
  36.      string object pointed to by _s_2 to the wide character string object
  37.      pointed to by _s_1. The function returns the value of _s_1.
  38.  
  39.      The _wwww_mmmm_eeee_mmmm_mmmm_oooo_vvvv_eeee function copies _n wide characters from the wide character
  40.      string object pointed to by _s_2 to the wide character string object
  41.      pointed to by _s_1.  Even if the two wide character strings are overlapped,
  42.      the wide character string object pointed to by _s_2 is copied to the wide
  43.      character string object pointed to by _s_1 correctly. The function returns
  44.      the value of _s_1.
  45.  
  46.      The _wwww_mmmm_eeee_mmmm_ssss_eeee_tttt function copies the wide character value of _c into each of
  47.      the first _n wide characters of the wide character string object pointed
  48.      to by _s. The function returns the value of _s.
  49.  
  50. NNNNOOOOTTTTEEEESSSS
  51.      Those functions are supported in n32 and 64 bit C Libraries for IRIX
  52.      6.5.17 and later versions.
  53.  
  54.  
  55. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  56.      _mmmm_bbbb_cccc_hhhh_aaaa_rrrr(3C), _mmmm_bbbb_ssss_tttt_rrrr_iiii_nnnn_gggg(3C), _mmmm_bbbb_rrrr_cccc_hhhh_aaaa_rrrr(3S), _mmmm_bbbb_rrrr_ssss_tttt_rrrr_iiii_nnnn_gggg(3S), _<<<<_wwww_cccc_hhhh_aaaa_rrrr_...._hhhh_>>>>.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. wwwwmmmmeeeemmmmssssttttrrrriiiinnnngggg((((3333SSSS))))                                                  wwwwmmmmeeeemmmmssssttttrrrriiiinnnngggg((((3333SSSS))))
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                                                                         PPPPaaaaggggeeee 2222
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.